*{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
textarea,input{
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}
/*img { pointer-events: none; } */
.btn-yellow {
    color: #333;
    background-color: #FED600;
    border-color: #FED600;
}
.btn-yellow:hover {
    color: #333;
    background-color: #feb900;
    border-color: #feb900;
}
.text-truncate {
  	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}

ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.color-main{
	color: #FED600;
}
.fixed{
	padding-top: 80px;
}
body{
	position: relative;
	transition: right ease 0.3s;
}
body.in{
	right: 50%;
}
header{
	background: #161519;
	box-shadow: 0px 5px 5px rgba(22,21,25,0.1);
}
header.fixed-top{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}
.logo{
	float: left;
}
.logot{
	float: left;
	margin-left: 20px;
	padding: 15px 0;
}
.logot span{
	display: block;
}
.logot .t{
	font-size: 24px;
	line-height: 24px;
	margin: 4px 0;
	font-weight: bold;
	color: #ffff;
}
.logot .d{
	font-size: 12px;
	color: #eee;
}
.lang{
	float:left;
	margin-left:20px;
	margin-top:26px;
}
.lang li{
	float:left;
	margin-left:10px;
}
.menu{
	float:right;
}
.menu>ul>li{
	float:left;
	position:relative;
	margin-right:5px;
}
.menu ul li.bnav2{
	position:inherit;
}
.menu>ul>li.active>a,
.menu>ul>li:hover>a{
	background:#FED600;
	color:#161519;
}
.menu>ul>li>a{
	display:block;
	height:80px;
	line-height:80px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
}
.menu>ul>li:hover .sub-menu{
	display:block;
}
.menu .sub-menu{
	position:absolute;
	left:0;
	display:none;
	background:rgba(22,21,25,0.8);
	min-width:100%;
	padding:10px 0;
}
.menu .sub-menu a{
	display:block;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:8px 2px;
	text-decoration:none;
	white-space: nowrap;
}
.menu .sub-menu .nav2{
	padding:20px 0;
	display:flex;
	display: -webkit-flex; /* Safari */
	flex-direction:row;
	justify-content:center;
}
.menu .sub-menu .nav2 > li{
	padding:0 15px;
}
.menu .sub-menu .nav2 .c2{
	color:#FED600;
}
.menu .sub-menu .nav2 a{
	text-align:left;
	padding:8px 0;
	display:block;
}
.menu .sub-menu a:hover{
	color:#FED600;
}

.menu .s span{
	margin-left:0;
	font-size:0;
}
.m-navicon{
	float:right;
}
.m-navicon a{
	display:block;
	color:#333;
	font-size:24px;
	line-height:80px;
}
.m-navbox{
	position:fixed;
	z-index:999;
	top:80px;
	width:100%;
	background:rgba(254,214,0,0.9);
	display:none;
}
.m-navbox li{
	float:left;
	width:25%;
}
.m-navbox li a{
	display:block;
	color:#333;
	text-align:center;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

.foot{
	background: rgba(22,21,25,0.95);
	padding: 50px 0;
}
.foot .item{
	margin-bottom: 15px;
}
.foot .item h6{
	font-size: 16px;
	border-left: 2px solid #fed600;
	padding-left: 15px;
	color: #fff;
	margin: 0 0 20px 0;
}
.foot .item ul li{
	margin-bottom: 10px;
}
.foot .item ul li a{
	display: block;
	color: #8f8b9b;
	font-size: 13px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.foot .item ul li a:hover{
	color: #fed600;
	padding-left: 10px;
}
.foot .item2 .btn{
    margin-bottom: 15px;
}
.foot .item2 .hotline{
	margin-bottom: 20px;
}
.foot .item2 .hotline .fa-stack{
	display: block;
	float: left;
}
.foot .item2 .hotline .info{
	float: left;
	margin-left: 10px;
}
.foot .item2 .hotline .info h6{
	font-size: 12px;
	margin: 0;
	color: #8f8b9b;
}
.foot .item2 .hotline .info p{
	color: #fed600;
	font-family: impact;
	font-size: 30px;
	margin: 0;
}
.foot .item2 .info2{
	color: #8f8b9b;
	font-size: 13px;
}
.foot .item2 .info2 p{
	margin: 0 0 10px 0;
}
.foot .item2 .qrcode .code-item{
	float: left;
	width: 16%;
	margin-right: 5%;
	position: relative;
}
.foot .item2 .qrcode .code-item:nth-child(5n){
	margin-right: 0;
}
.foot .item2 .qrcode .code-item .code-item-hover{
	display:none;
	position: absolute;
	z-index: 9;
	bottom: 100%;
	left: 50%;
	margin-left: -90px;
	width: 180px;
}
.foot .item2 .qrcode .code-item img{
	display: block;
	width: 100%;
}
.foot .item2 .qrcode .code-item i{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 36px;
	display: block;
	width:36px;
	height: 36px;
}
.foot .item2 .qrcode .code-item i.baijiahao{
	background-image: url(../img/baijiahao.png);
}
.foot .item2 .qrcode .code-item i.douyin{
	background-image: url(../img/douyin.png);
}
.foot .item2 .qrcode .code-item i.shipinhao{
	background-image: url(../img/shipinhao.png);
}
.foot .item2 .qrcode .code-item i.taobao{
	background-image: url(../img/taobao.png);
}
.foot .item2 .qrcode .code-item i.weixin{
	background-image: url(../img/weixin.png);
}
.foot .item2 .qrcode .code-item:hover i.baijiahao{
	background-image: url(../img/baijiahao2.png);
}
.foot .item2 .qrcode .code-item:hover i.douyin{
	background-image: url(../img/douyin2.png);
}
.foot .item2 .qrcode .code-item:hover i.shipinhao{
	background-image: url(../img/shipinhao2.png);
}
.foot .item2 .qrcode .code-item:hover i.taobao{
	background-image: url(../img/taobao2.png);
}
.foot .item2 .qrcode .code-item:hover i.weixin{
	background-image: url(../img/weixin2.png);
}
.foot .item2 .qrcode .code-item:hover .code-item-hover{
	display: block;
}
.foot .modal-header{
	background: url(../img/feedback-hd.jpg) no-repeat #fff top right;
}
.foot .modal-body li{
	margin-bottom: 10px;
}
.copyright{
	text-align: center;
	background: #161519;
	color: #8f8b9b;
	padding: 20px 0;
	font-size: 12px;
}
.copyright p{
	margin: 0;
}
.copyright a{
	color: #8f8b9b;
}
/*首页*/
.home-pro{
}
/*.home-pro .hd{
	margin-bottom: 30px;
}
.home-pro .hd .name{
	margin-bottom: 20px;
}
.home-pro .hd .name span.en{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #9aa0b7;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.home-pro .hd .name span.cn{
	display: block;
	font-size: 24px;
	color: #fff;
}
.home-pro .hd .pro-search{
	margin-bottom: 20px;
}
.home-pro .hd .pro-search .form-control{
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.1);
	color: #fff;
}
.home-pro .hd .pro-search .btn-default {
    color: rgba(255,255,255,0.1);
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.1);
}
.home-pro .hd .pro-search .btn{
	padding: 6px 12px !important;
}*/
.flink{
	padding: 20px 0;
}
.flink a{
	margin-left: 6px;
	color: #666;
}

.home-pro .item{
	float:left;
	width:33.333%;
}
.home-pro .item a{
	display: block;
	padding: 50px;
	text-decoration:none;
	transition: all ease 0.3s;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	overflow:hidden;
}
.home-pro .item:nth-child(3n) a{
	border-right:none;
}
.home-pro .item .icon{
	float: left;
	width: 40%;
	overflow:hidden;
}
.home-pro .item .icon img{
	transition:all 0.3s;
}
.home-pro .item a:hover .icon img{
	transform: scale(1.2);
}
.home-pro .item .info{
	float: right;
	width: 50%;
	overflow:hidden;
}
.home-pro .item h4{
	color: #333;
	font-size: 24px;
	font-weight:bold;
}
.home-pro .item p{
	font-size:14px;
	color:#999;
}
.home-pro .fd {
	margin-top: 10px;
}
.home-pro .fd .h{
	margin-bottom: 20px;
}
.home-pro .fd .name span.en{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #9aa0b7;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.home-pro .fd .name span.cn {
    display: block;
    font-size: 24px;
    color: #fff;
}
.home-pro .fd .responsive{
	margin: 0 -10px;
}
.home-pro .fd .responsive .slick-next{
	right: -30px;
}
.home-pro .fd .responsive .slick-prev{
	left: -30px;
}
.home-pro .fd .item{
	padding: 10px;
}
.home-pro .fd a{
	display: block;
	color: #9aa0b7;
	text-decoration: none;
}
.home-pro .fd .title{
	text-align: center;
	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	margin-top: 10px;
}
.home-pro .fd a:hover .title{
	color: #FED600;
}
#pro-tj {
	padding-bottom: 30px;
}
#pro-tj .swiper-pagination-bullet-active{
	background:#FED600;
}
#pro-tj .swiper-pagination-bullets{
	bottom: 0;
}
.home-about{
	background:url(../img/home-about-bg.jpg) no-repeat center bottom #41485f;
	color:#fff;
	padding: 50px 0;
}
.home-about .hd{
	margin-bottom: 50px;
}
.home-about .hd .name{
	display: block;
	font-size: 24px;
	color: #fff;
}
.home-about .hd .enname{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #9aa0b7;
	text-transform: capitalize;
}
.home-about .info{
	line-height:24px;
}
.home-about .info p{
	text-indent:2em;
}
.home-about .list .item{
	float:left;
	width:50%;
	overflow:hidden;
	background-size:100%;
	transition: all ease 0.3s;
	
}
.home-about .list .item a{
	display:block;
	text-decoration:none;
	height:100%;
	position:relative;
}
.home-about .list .item:hover{
	background-size:110%;
}
.home-about .list .item .t{
	text-align:center;
	font-size:18px;
	position:absolute;
	z-index:1;
	width:100%;
	padding-top:18%;
}
.home-about .list .item .t span{
	display:block;
}
.home-about .list .item .t span img{
	width:40%;
}
.home-about .list .item.a{
	background-image:url(../img/home-about1.jpg);
	background-repeat:no-repeat;
}
.home-about .list .item.a .t{
	background:#FED600;
	color:#333;
	
}
.home-about .list .item.c{
	background-image:url(../img/home-about3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.home-about .list .item.c .t{
	background:#FED600;
	color:#333;
}
.home-about .list .item.b{
	background-image:url(../img/home-about2.jpg);
	background-repeat:no-repeat;
}
.home-about .list .item.b .t{
	bottom:0;
	background:#FED600;
	color:#333;
}


.home-news{
	background: #F2F2F2;
	padding: 50px 0;
}
.home-news .hd{
	margin-bottom: 50px;
}
.home-news .hd .name{
	float: left;
}
.home-news .hd .name span.en{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.home-news .hd .name span.cn{
	display: block;
	font-size: 24px;
	color: #333;
}
.home-news .hd .cates{
	float: right;
	padding-top: 40px;
}
.home-news .hd .cates li{
	float: left;
	margin-left: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.home-news .hd .cates li:last-child{
	padding-right: 0;
}
.home-news .hd .cates li:before{
	position: absolute;
	left: -10px;
	top: 40%;
	width: 10px;
	height: 2px;
	background: #FED600;
	content:"";
}
.home-news .hd .cates li:first-child:before{
	width: 0;
}
.home-news .hd .cates li a{
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 12px;
	text-decoration: none;
}
.home-news .hd .cates li a:hover{
	color: #333;
}
.home-news .bd .top{
	background: url(../img/home-news-bg.png) repeat-x top;
	padding: 20px;
	margin-bottom: 16px;
}
.home-news .bd .top a{
	display: block;
}
.home-news .bd .top .title{
	font-size: 16px;
	margin-top: 20px;
}
.home-news .bd .top .title a{
	color: #333;
}
.home-news .bd .top .desc{
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	line-height: 1.5;
}
.home-news .bd .top .date{
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	text-align: right;
	position: relative;
}
.home-news .bd .top .date:before{
	position: absolute;
	left: 0;
	top: 45%;
	width: 50px;
	height: 1px;
	background: #FED600;
	content:"";
}
.home-news .bd .list li{
	margin-bottom: 16px;
}
.home-news .bd .list li a{
	display: block;
	text-decoration: none;
}
.home-news .bd .list li .date{
	float: left;
	width: 20%;
	background: #fafafa;
	color: #999;
	text-align: center;
	padding: 15px 0;
	transition: all ease 0.3s;
}
.home-news .bd .list li .date span.day{
	display: block;
	font-size: 32px;
	font-family: Arial;
	font-weight: bold;
	line-height: 32px;
}
.home-news .bd .list li .date span.year{
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial;
}
.home-news .bd .list li .info{
	float: left;
	width: 60%;
	margin-left: 30px;
	transition: all ease 0.3s;
}
.home-news .bd .list li .info .title{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.home-news .bd .list li .info .desc{
	font-size: 12px;
	color: #999;
	line-height: 2;
	margin-bottom: 10px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;
}
.home-news .bd .list li .icon-right{
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	border-radius: 50%;
	color: #999;
	text-align: center;
	margin-top: 16px;
	transition: all ease 0.3s;
}
.home-news .bd .list li a:hover .date{
	background: #FED600;
	color: #333;
}
.home-news .bd .list li a:hover .info{
	margin-left: 40px;
}
.home-news .bd .list li a:hover .icon-right{
	border: 1px solid #FED600;
	background: #FED600;
	color: #333;
}


.links{
	background: #fff;
	padding: 15px 0 5px 0;
}
.links .hd p{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
.links .hd p em{
	font-style: normal;
	color: #FED600;
}
.links .hd span{
	display: block;
}
.links .bd ul{
	margin: 0 -5px;
}
.links .bd li{
	float: left;
	margin: 0 5px 10px 5px;
}
.links .bd li a{
	display: block;
	color: #999;
	font-size: 12px;
}
/*内页通用*/
.page-ban{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	height: 300px;
	overflow: hidden;
}
.page h3{
	text-align: center;
	font-size: 24px;
}
.page span.en{
	display: block;
	font-size: 14px;
	color: #cecdcd;
	text-align: center;
	text-transform: capitalize;
}
.page p.desc{
	margin: 36px 0 80px 0;
}
.sub-cate{
	margin: 30px 0 50px 0;
}
.sub-cate ul{
	display: table;
	margin: 0 auto;
}
.sub-cate ul li{
	float: left;
	margin: 0 10px;
}
.sub-cate ul li a{
	display: block;
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
}
.sub-cate ul li a.active{
	background: #FED600;
	color: #333333;
}
.sub-cate ul li a:hover{
	background: #f0f0f0;
}
.page{
	padding: 100px 0;
}
/*pages*/
.pages{
	text-align: center;
	margin: 20px 0;
}
.pages ul{
	display: inline-block;
}
.pages ul li{
	display: inline;
	list-style: none;
}
.pages ul li a{
	font-size: 14px;
	padding: 5px 10px;
	background: #fff;
	color: #999;
	text-decoration: none;
}
.pages ul li.page-active a{
	background: #FED600;
	color: #333;
}
.pages ul li:hover a{
	background: #FED600;
	color: #333;
}

/*产品*/
.page-ban.product{
	background-image: url(../img/pro-ban.jpg);
}
.product .item{
	margin-bottom:30px;
	position:relative;
}
.product .sub-c{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	background:rgba(32,36,52,1);
}
.product .sub-c ul{
	height:100%;
}
.product .sub-c li{
	float:left;
	width:25%;
	height:50%;
}
.product .sub-c li a{
	background:#FED600;
	color:#333;
	display:block;
	height:100%;
	border-bottom:1px solid #202434;
	border-right:1px solid #202434;
	text-decoration:none;
	padding:15px;
}
.product .sub-c li:nth-child(4n) a{
	border-right:none;
}
.product .sub-c li .t{
	font-size:12px;
	margin-top:10px;
}
.product .item .biaoqian{
	position:absolute;
	top:10px;
	right:10px;
	z-index:2;
}
.product .item .thumb{
	border:1px solid #D5D3D4;
	overflow:hidden;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	transition:all ease 0.3s;
}
.product .item .thumb img{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.product .item:hover .thumb{
	border:1px solid #FED600;
}
.product .item:hover .thumb img{
	-webkit-transform: rotate(15deg) scale(1.3) translate(0, 5px);
    -moz-transform: rotate(15deg) scale(1.3) translate(0, 5px);
    -ms-transform: rotate(15deg) scale(1.3);
    -o-transform: rotate(15deg) scale(1.3) translate(0, 5px);
    transform: rotate(15deg) scale(1.3) translate(0, 5px);
}
.product .item a.link{
	display: block;
	padding: 50px;
	text-decoration:none;
	transition: all ease 0.3s;
	background:#fff;
	overflow:hidden;
}
.product .item .icon{
	float: left;
	width: 40%;
	overflow:hidden;
}
.product .item .icon img{
	transition:all 0.3s;
}
.product .item a:hover .icon img{
	transform: scale(1.2);
}
.product .item .info{
	float: right;
	width: 50%;
}
.product .item h4{
	color: #333;
	font-size: 24px;
	font-weight:bold;
}
.product .item p{
	font-size:14px;
	color:#999;
}
.product .item .title{
	height:80px;
	text-align:center;
	background:#D5D3D4;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	transition:all ease 0.3s;
}
.product .item:hover .title{
	background:#FED600;
}

.product .item .title a{
	display:block;
	text-decoration:none;
	color:#333;
	padding:20px;
}

.pro-show .slider-nav img{
	cursor:pointer;
	border: 3px solid #f0f0f0;
}
.pro-show .slider-nav .slick-current img{
	border: 3px solid #FED600;
}
.pro-show .title{
	font-size: 20px;
	margin-bottom:20px;
}
.pro-show .desc{
	font-size: 14px;
	margin-bottom:20px;
	color: #999;
	line-height: 1.5;
}
.pro-show .btns li{
	float:left;
	width:30%;
	margin-right:5%;
}
.pro-show .btns .pdf-down{
	border-radius: 4px;
	overflow:hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);
}
.pro-show .btns .taobao-url{
	border-radius: 4px;
	overflow:hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);
}
.pro-show .btns .pdf-down .icon{
	background:#C91C1E;
}
.pro-show .btns .pdf-down .name{
	font-size:18px;
	text-align:center;
	margin:15px 0;
}
.pro-show .btns .taobao-url .name{
	font-size:18px;
	text-align:center;
	margin:15px 0;
}
.pro-show .btns .pdf-down .down-link{
	padding:0 20px 15px 20px;
}
.pro-show .btns .taobao-url .taobao-link{
	padding:0 20px 15px 20px;
}
.pro-show .btns .pdf-down .down-link a{
	display:block;
	border: 2px solid #C91C1E;
	color:#C91C1E;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	text-align:center;
	text-decoration:none;
}
.pro-show .btns .taobao-url .taobao-link a{
	display:block;
	border: 2px solid #FF4400;
	color:#FF4400;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	text-align:center;
	text-decoration:none;
}
.pro-show .btns .pdf-down.none .icon{
	background:#fff;
}
.pro-show .btns .pdf-down.none .name{
	color:#ddd;
}
.pro-show .btns .pdf-down.none .down-link a{
	cursor: not-allowed;
	border: 2px solid #ddd;
	color:#ddd;
}

.pro-show .content{
	margin-top: 50px;
}
.pro-show .content .nav-tabs {
    border-bottom: 1px solid #FED600;
}
.pro-show .content .nav-tabs a{
	color:#999;
}
.pro-show .content .nav-tabs > li.active > a{
	color:#333;
	background:#FED600;
	border:1px solid #FED600;
}
.pro-show .content .tab-content .tab-pane{
	padding: 15px 0;
}
.pro-show .content .tab-content table{
	width:100%;
	border-top: 2px solid #666;
}
.pro-show .content .tab-content table td{
	background:#fff;
	padding:10px 15px;
	border-bottom:1px solid #e1e1e1;
}
.pro-show .content .tab-content table tr td:nth-child(1){
	background:#F8F8F8;
	border-right:1px solid #e1e1e1;
}
.pro-show .content .tab-content img{
	max-width:100%;
}
.tab-pane .item{
	margin-bottom: 20px;
}
.tab-pane .item a{
	display: block;
	text-decoration: none;
}

/*新闻*/
.page-ban.news{
	background-image: url(../img/news-ban.jpg);
}

.news-item{
	margin: 30px 0;
}
.news-item .label-yellow{
	display: inline !important;
	background-color:#FED600;
	margin-left: 10px;
	color: #333;
	font-weight: normal;
}
.news-item a{
	display: block;
	text-decoration: none;
}
.news-item .thumb{
	float:left;
	width:30%;
	height:160px;
	overflow:hidden;
}
.news-item .thumb img{
	transition: all 0.6s;
}
.news-item .info{
	float:right;
	width:65%;
}
.news-item p{
	font-size: 12px;
	color: #666;
}
.news-item h4{
	font-size: 16px;
	color: #333333;
}
.news-item .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 20px auto;
}
.news-item .line i {
    display: block;
    width: 20px;
    height: 1px;
    background: #000000;
    transition: all .3s;
    font-style: normal;
}
.news-item a:hover .thumb img{
	transform: scale(1.2);
}
.news-item a:hover i{
	width:100%;
	background: #FED600;
}
.news-item span {
    font-size: 12px;
    display: block;
    line-height: 1.9em;
    color: #666;
	min-height:70px;
}
.news-show h1{
	font-size: 16px;
	text-align: center;
}
.news-show .title-desc{
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.news-show .title-desc span {
    margin: 0 10px;
}
.news-show .title-desc span i {
    margin-right: 5px;
}
.news-show .detail{
	margin-top: 40px;
	color: #666;
	font-size: 12px;
}
.news-show .detail img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-show .keywords{
	margin-top: 20px;
	font-size: 12px;
}
.news-show .keywords a {
    display: inline-block;
    background: #f2f2f2;
    color: #999;
    padding: 5px 10px;
    text-decoration: none;
}
.news-show .news-pn {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
.news-show .news-pn a {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #f2f2f2;
    color: #999;
    transition: all 0.3s ease 0s;
}
.recommend {
    margin-top: 40px;
}
.recommend h5{
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px 15px;
}
.recommend li{	
	font-size: 12px;
	color: #666;
	
}
.recommend li a{
	display: block;
	color: #666;
	background: #f2f2f2;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.recommend li a:hover{
	background: #FED600;
	color: #333;
	padding: 5px 10px 5px 15px;
}

/*资料下载*/
.snv-box{
	background:#fff;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #F0F0F0;
}
.subcat{
	float:left;
}
.subcat li{
	float:left;
	padding:0 20px;
	height:50px;
}
.subcat li a{
	display:block;
	text-decoration:none;
	color:#666;
}
.subcat li.active{
	border-bottom:2px solid #FED600;
}
.subcat li.active a{
	color:#333;
}
.snv-box .crumbs{
	float:right;
	color:#999;
}
.snv-box .crumbs li{
	float:left;
	list-style:none;
}
.snv-box .crumbs li i{
	margin:0 5px;
}
.snv-box .crumbs li a{
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.page-ban.download{
	background-image: url(../img/down-ban.jpg);
}
.cate-item{
	margin-bottom: 30px;
}
.cate-item .hd{
	margin-bottom: 20px;
}
.cate-item .hd h4{
	float: left;
	margin: 0;
	font-size: 16px;
}
.cate-item .hd a.more{
	float: left;
	font-size: 12px;
	color: #999;
	margin-left: 20px;
}
.cate-item .bd .item-v{
	margin-bottom: 20px;
	position: relative;
}
.cate-item .bd .item-v a{
	display: block;
	text-decoration: none;
}
.cate-item .bd .item-v .thumb{
	position: relative;
}
.cate-item .bd .item-v .thumb i{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 48px;
	color: #FED600;
}
.cate-item .bd .item-v .thumb .bg{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
}
.cate-item .bd .item-v .title{
	font-size: 14px;
	line-height: 40px;
	color: #333;
	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}
.cate-item .bd .item{
	margin-bottom: 20px;
	position: relative;
	background:#fff;
	padding:15px;
}
.cate-item .bd .item .thumb{
	float:left;
	width:35%;
}
.cate-item .bd .item .info{
	float:right;
	width:60%;
}
.cate-item .bd .item .info .title{
	font-size:16px;
	margin-bottom:20px;
}
.cate-item .bd .item .info .more{
	font-size:12px;
	color:#999;
}
.cate-item .bd .item .info .down_btn{
	margin-top:30px;
}

.down-show .hd .thumb{
	margin-bottom: 20px;
}
.down-show .hd .info{
	margin-bottom: 20px;
}
.down-show .hd .info .title{
	font-size: 16px;
	margin-bottom: 10px;
}
.down-show .hd .info .desc{
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}
.down-show .hd .info .down-btn{
	display: inline-block;
}
.down-show .hd .info .down-btn a{
	display: block;
	padding: 5px 20px;
	color: #333;
	text-decoration: none;
}
.down-show .bd{
	margin-top: 30px;
}
.down-show .bd h5{
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
	padding-bottom: 5px;
}
.down-show .bd h5 span{
	border-bottom: 2px solid #FED600;
	padding: 4px 10px;
	font-size: 16px;
}
.down-show .bd .content{
	font-size: 14px;
	padding: 20px 0;
	color: #666;
	line-height: 2;
}
.down-show .hd video{
	max-width: 100%;
}
.down-show .hd iframe{
	width: 100%;
	height: 600px;
}
.v-title{
	font-size: 16px;
	margin-top: 20px;
}

/*联系我们*/
.page-ban.contact{
	background-image: url(../img/contact-ban.jpg);
}
.page.contact h3{
	text-align: center;
	font-size: 24px;
}
.page.contact span.en{
	display: block;
	font-size: 14px;
	color: #cecdcd;
	text-align: center;
	text-transform: capitalize;
}
.page.contact p.desc{
	margin: 36px 0 80px 0;
}
.page.contact .box{
	margin-bottom: 30px;
}
.page.contact .box h5{
	font-size: 16px;
	margin: 0 0 20px 0;
}
.page.contact .box ul.co-info li{
	margin-bottom: 10px;
}
.page.contact .box ul.co-info li i{
	width: 30px;
}
.page.contact .box ul.feedback li{
	margin-bottom: 10px;
}
#allmap{
	width: 100%;
	height: 450px;
}

/*单页*/
.page-ban{
	padding-top:100px;
	position:relative;
	color:#fff;
}
.page-ban .loc{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.3);
	color:#fff;
}
.page-ban .loc li{
	float:left;
	list-style:none;
	padding:10px 0;
}
.page-ban .loc li i{
	margin:0 5px;
}
.page-ban .loc li a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.page-ban.about{
	background-image: url(../img/about-ban.jpg);
}

.page-ban.default{
	background-image: url(../img/page-ban.jpg);
}
/*公司介绍*/
.page-about .box{
	padding:100px 0;
}
.page-about .box h5{
	font-size:36px;
	margin:0 0 40px 0;
}
.page-about .box .con{
	color:#666;
}
.page-about .box .con h6{
	font-size:16px;
	margin:0 0 15px 0;
}
/*企业文化*/
.page.culture .hd{
	margin-bottom:50px;
}
.page.culture .hd h3{
	font-size:24px;
	text-align:center;
}
.page.culture .hd h4{
	font-size:20px;
	text-align:center;
}
.page.culture .hd p{
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}
.page.culture .s{
	margin-bottom:60px;
}
.page.culture .s1{
	padding-top:50px;
	text-align:center;
}
.page.culture .s h5{
	font-size:40px;
	font-weight:bold;
	margin:20px 0 50px 0;
}
.page.culture .s p{
	font-size:16px;
}
.page.culture .abfivelist ul li{
	float:left;
	width:16.666%;
	padding:0 25px;
	text-align:center;
	border-right:1px dashed #ccc;
	min-height:260px;
}
.page.culture .abfivelist ul li:last-child{
	border-right:none;
}
.page.culture .abfivelist ul li img{
	-webkit-transition: ease-in all .5s;
	-moz-transition: ease-in all .5s;
	-ms-transition: ease-in all .5s;
	-o-transition: ease-in all .5s;
	transition: ease-in all .5s;
}
.page.culture .abfivelist ul li:hover img{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
.page.culture .abfivelist ul li .title{
	font-size: 16px;
	line-height: 32px;
	margin-bottom:10px;
	color: #333;
}
.page.culture .abfivelist ul li p{
	line-height: 21px;
	color: #999;
	font-size:12px;
}
.page.culture .team{
	margin-top:50px;
	background:url(../img/culture_bg.jpg) no-repeat;
	background-size:100% auto;
	padding:40px 0;
}
.page.culture .team .item{
	background:#fff;
}
.page.culture .team .item .thumb{
	float:left;
	width:50%;
}
.page.culture .team .item .info{
	float:right;
	width:50%;
	padding:25px;
}
.page.culture .team .item .info a{
	display:block;
	text-decoration:none;
}
.page.culture .team .item .info .title{
	font-size:24px;
	line-height: 48px;
	color:#333;
}
.page.culture .team .item .info .desc{
	font-size:12px;
	line-height: 24px;
	color:#666;
}
.page.culture .swiper-container-horizontal > .swiper-pagination-bullets, 
.page.culture .swiper-pagination-custom, .swiper-pagination-fraction{
	width:50%;
	right:0;
	left:auto;
}
.page.culture .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FED600;
	width:16px;
	border-radius:4px;
}

.feedback-fix{
	position:fixed;
	right:0;
	top:50%;
	z-index:99999;
}
.quality h5{
	font-size:36px;
	text-align:center;
	margin:0 0 50px 0;
}
.quality .item .r{
	width:120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px dashed #ababab;
	text-align: center;
	color: #666;
	transition: all ease 0.3s;
}
.quality .item .r .center{
	margin-top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.quality .item .r span{
	font-size: 24px;
	display: block;
	
}
.quality .item .r i{
	font-size: 40px;
}
.quality .item .c{
	margin-top: 20px;
	line-height: 2;
	color: #666;
}
.quality .item:hover .r{
	background: #FED600;
	border: 1px solid #FED600;
	color: #333;
}
.quality2{
	background: #F0F0F0;
}
.quality2 .img-box{
	position: relative;
	padding-top: 50px;
	padding-left: 50px;
	margin-bottom: 50px;
}
.quality2 .img-box .l-icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #FED600;
	color: #333;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 10px;
}
.quality2 .img-box .l-icon span{
	font-size: 24px;
	display: block;
	
}
.quality2 .img-box .l-icon i{
	font-size: 40px;
}
.quality2 .txt{
	margin-bottom: 50px;
	padding-top: 50px;
}
.quality2 .txt h5{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.5;
}
.quality2 .txt p{
	color: #999;
	font-size: 14px;
	line-height: 2;
}



@media only screen and (max-width: 768px) {
html{
	background: #181819;
}
body{
	background: #fff;
}
.logo{width:50%;margin-top:15px;}
.logo img{max-width:100%;}
header .navbar-collapse .s span{
	margin-left:10px;
	font-size: 14px;
}
.foot .item ul li a{
	font-size: 10px;
}
.crumbs{
	display:none;
}
.subcat{
	float:none;
}
.subcat li{
	width:25%;
	padding:0;
	text-align:center;
}
/*首页*/
.home-about .img,
.home-about .info{
	margin-bottom:20px;
}
.home-pro .item a{
	padding:15px;
}
.home-pro .item .icon{
	float: none;
	width: 100%;
}
.home-pro .item .info{
	float: none;
	width: 100%;
	height:59px;
	
}
.home-pro .item .info p{
	height:30px;
  	overflow: hidden;
}
.home-pro .item h4{
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
.home-pro .item p{
	font-size:12px;
}
.home-news .hd .name{
	float: none;
}
.home-news .hd .cates{
	float: none;
	padding-top: 20px;
}
.home-news .hd .cates li {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
.home-news .hd .cates li:before{
	width: 0;
}
.home-news .bd .list li .date{
	width: 15%;
}
.home-news .bd .list li .date span.day{
	font-size: 24px;
	line-height: 24px;
}
.home-news .bd .list li .date span.year{
	font-size: 10px;
	line-height: 10px;
}
.home-news .bd .list li .info{
	margin-left: 15px;
}
.home-news .bd .list li .info .title{
	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}
/*公司介绍*/


/*产品*/
.page.product span.en {
    margin-bottom: 30px;
}
.product .item a.link{
	padding:15px;
}
.product .item .icon{
	float:none;
	width:100%;
}
.product .item .info {
    float: none;
    width: 100%;
}
.product .item h4{
	font-size:14px;
}
.product .item p{
	font-size:12px;
	height:51px;
	overflow:hidden;
}
.products-img{
	margin-bottom: 20px;
}
.product .item .title{
	height:54px;
}
.product .item .title a{
	font-size: 10px;
	padding: 10px;
}
.pro-show .btns li{
	float:left;
	width:48%;
	margin-right:4%;
}
.pro-show .btns li:last-child{margin-right:0}
/*内页通用*/
.page-ban{
	height: 180px;
	background-size: auto 180px;
	padding-top:50px;
}
.page{
	padding: 30px 0;
}
.sub-cate ul{
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 -0.5%;
}
.sub-cate ul li{
	width: 25%;
	padding: 0 1%;
	margin: 0;
}
.sub-cate ul li a{
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
}
/*下载*/
.down-show .hd iframe{
	width: 100%;
	height: 240px;
}
.cate-item .bd .item-v .thumb i{
	font-size: 24px;
}
.cate-item .bd .item-v .title{
	font-size: 10px;
}
/*联系我们*/
.page.contact p.desc{
	margin: 16px 0 30px 0;
}
#allmap{
	height: 300px;
}
.feedback-fix{
	top:auto;
	bottom:0;
}
.page.culture .s1{
	padding-top:0;
}
.quality h5 {
    font-size: 24px;
}
.quality .item{
	margin-bottom:20px;
}
.quality2 .txt {
    margin-bottom: 50px;
    padding-top: 0;
}
.quality2 .txt h5{
	font-size:16px;
}
.page.culture .abfivelist ul li{
	width:50%;
	padding:0 10px;
	min-height:280px;
	border:none;
}
.page.culture .team .item .thumb {
    float: none;
    width: 100%;
}
.page.culture .team .item .info {
    float: none;
    width: 100%;
    padding: 20px;
}
.page.culture .team .item .info .title {
    font-size: 16px;
    line-height: 32px;
}
.page.culture .team .item .info .desc {
    font-size: 12px;
    line-height: 24px;
    color: #666;
	height:72px;
	overflow:hidden;
}
.page.culture .swiper-container-horizontal > .swiper-pagination-bullets, .page.culture .swiper-pagination-custom, .swiper-pagination-fraction{
	width:100%;
}

}